home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2005 May / CD Rom Data Mayıs 2005.iso / Media / VideoMix.dcr / script_6_script_TamEkran_Frame.ls < prev    next >
Encoding:
Text File  |  2005-04-27  |  110 b   |  8 lines

  1. on exitFrame me
  2.   if sprite(7).movieRate = 0 then
  3.     go(the frame - 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.